home *** CD-ROM | disk | FTP | other *** search
/ Shadow Warrior - Digital…ress Kit (Europe) (En,Fr) / Shadow Warrior - Digital Press Kit (Europe) (En,Fr).bin / mac / LANG.DIR / 00009_Script_9 < prev    next >
Text File  |  1997-08-14  |  703b  |  35 lines

  1. on flagroll
  2.   
  3.   
  4.   if rollover(14) then
  5.     
  6.     set the visibility of sprite 10 to 1
  7.     set the visibility of sprite 6 to 1
  8.   else
  9.     set the visibility of sprite 10 to 0
  10.     set the visibility of sprite 6 to 0
  11.   end if
  12.   
  13.   
  14.   if rollover(15) then
  15.     
  16.     set the visibility of sprite 11 to 1
  17.     set the visibility of sprite 5 to 1
  18.   else
  19.     set the visibility of sprite 11 to 0
  20.     set the visibility of sprite 5 to 0
  21.   end if
  22.   
  23.   
  24.   if rollover(16) then
  25.     
  26.     set the visibility of sprite 12 to 1
  27.     set the visibility of sprite 7 to 1
  28.   else
  29.     set the visibility of sprite 12 to 0
  30.      set the visibility of sprite 7 to 0
  31.   end if
  32.   
  33.   
  34. end flagsroll
  35.